projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a51e0a
)
Uninstall "$(EMACS)", not "emacs".
author
Richard M. Stallman
<rms@gnu.org>
Sun, 14 Aug 1994 06:58:19 +0000
(06:58 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 14 Aug 1994 06:58:19 +0000
(06:58 +0000)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index 1dfadcb8815c406533c7a18182289f547c63b869..884125e49b24ca1518e493127738e044277921e9 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-378,7
+378,7
@@
uninstall:
done
(cd ${infodir}; rm -f cl* emacs* forms* info* vip*)
(cd ${mandir}; rm -f emacs.1 etags.1 ctags.1)
- (cd ${bindir}; rm -f emacs-${version}
emacs
)
+ (cd ${bindir}; rm -f emacs-${version}
$(EMACS)
)
### Some makes seem to remember that they've built something called FRC,